int load_3ds(char *name)
Parameter | Type | Description |
---|---|---|
name | char * | filename for the .3ds file to load |
Returns TRUE is loading is OK, FALSE is could not load the file.
This function loads a .3ds file into the mesh. Vertices, faces, textures and texture co-ordinates are loaded and it also computes all face normals, edge normals and vertex normals.